home *** CD-ROM | disk | FTP | other *** search
- Sound = "spacehum01"
- {
- FileName = "../data/sounds/spaceship_hum_01.wav";
- Looping = true;
- }
-
- Sound3D = "spacebg01"
- {
- FileName = "../data/sounds/spaceship_bg_01.wav";
- }
-
- Sound3D = "spacebg02"
- {
- FileName = "../data/sounds/spaceship_bg_02.wav";
- }
-
- Sound3D = "spacebg03"
- {
- FileName = "../data/sounds/spaceship_bg_03.wav";
- }
-
- Sound3D = "spacefx01"
- {
- FileName = "../data/sounds/spaceship_fx_01.wav";
- }
-
- Sound3D = "spacefx02"
- {
- FileName = "../data/sounds/spaceship_fx_02.wav";
- }
-
- Sound3D = "spacefx03"
- {
- FileName = "../data/sounds/spaceship_fx_03.wav";
- }
-
- Sound3D = "spacefx04"
- {
- FileName = "../data/sounds/spaceship_fx_04.wav";
- }
-
- Sound3D = "spacefx05"
- {
- FileName = "../data/sounds/spaceship_fx_05.wav";
- }
-
- Sound3D = "spacefx06"
- {
- FileName = "../data/sounds/spaceship_fx_06.wav";
- }
-
- Sound3D = "spacefx07"
- {
- FileName = "../data/sounds/spaceship_fx_07.wav";
- }
-
- Sound3D = "spacefx08"
- {
- FileName = "../data/sounds/spaceship_fx_08.wav";
- }
-
- Sound3D = "spacefx09"
- {
- FileName = "../data/sounds/spaceship_fx_09.wav";
- }
-
- Sound3D = "spacefx10"
- {
- FileName = "../data/sounds/spaceship_fx_10.wav";
- }
-
- SoundScape = "Spaceship"
- {
- Background
- {
- Sound = "spacehum01";
- }
-
- /*
- Note that because of the "Default" identifier, all subsequent periodic
- definitions will use these values by Default, saving a large amount of
- both typing and text parsing. This is not a property of the parser
- or script language. Rather, it is a feature implemented in our manager,
- which specifically stores this information. The script language simply
- guarantees that the parsing will occur in the order listed in the file,
- so this optimization is possible.
- */
- Periodic = Default
- {
- Sound3D = "spacebg01";
- MinDelay = 30.0;
- MaxDelay = 90.0;
- XRange = 0.0;
- YRange = 0.0;
- ZRange = 0.0;
- MinPitch = 0.75;
- MaxPitch = 1.25;
- }
- Periodic
- {
- Sound3D = "spacebg02";
- }
- Periodic
- {
- Sound3D = "spacebg03";
- }
- Periodic = Default
- {
- Sound3D = "spacefx01";
- MinDelay = 5.0;
- MaxDelay = 60.0;
- XRange = 20.0;
- YRange = 20.0;
- ZRange = 20.0;
- MinPitch = 0.75;
- MaxPitch = 1.5;
- MinDistance = 3.0;
- }
- Periodic
- {
- Sound3D = "spacefx02";
- }
- Periodic
- {
- Sound3D = "spacefx03";
- }
- Periodic
- {
- Sound3D = "spacefx04";
- }
- Periodic
- {
- Sound3D = "spacefx05";
- }
- Periodic
- {
- Sound3D = "spacefx06";
- }
- Periodic
- {
- Sound3D = "spacefx07";
- }
- Periodic
- {
- Sound3D = "spacefx08";
- }
- Periodic
- {
- Sound3D = "spacefx09";
- }
- Periodic
- {
- Sound3D = "spacefx10";
- }
- }